Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisions to panel upgrade shares data preparation #400

Open
wants to merge 3 commits into
base: subseg
Choose a base branch
from

Conversation

asatremeloy
Copy link
Collaborator

Changes include:

  • Revised panel solution shares json file that is updated with the latest solution shares data from the LBL team (as of mid-July). Solution shares are separated by "energy" and "stock" totals.
  • Updated mseg.py code that appropriately applies the differentiated "energy" and "stock" solution shares to those keys in the mseg data to produce a revised mseg_res_com_cdiv.json file.
  • Formatting updates to upgrade names and keys (e.g., lower case) for improved clarity.
  • Several preliminary updates to ecm_prep.py and run.py to accommodate new data (very minor changes).
  • Creation of several example measures that can be used in future Scout runs (though these will require changes to installed_cost data based on data that will be shared by the Lab Call team).

jtlangevin and others added 3 commits June 18, 2024 14:33
Measures that apply to both heating and cooling equipment microsegments will now see stock turnover and (where applicable) exogenous HP switching rates linked across those microsegments. The linked calculations are anchored on a single end use and technology from the Measure’s applicable market. The default end use anchor is set to heating (in UsefulVars), while the anchor technology is determined uniquely for each Measure by comparing the technologies in the Measure’s ‘technology’ attribute to a candidate list of anchor technologies for each building type (res/com) and end use; the list order sets the priority for which anchor technology is used when the Measure applies to multiple candidate technologies in the list.

To ensure the anchor end use and technology are always updated first in the preparation routine, given the dependence of linked msegs on these updates, the iterable list of msegs to update for each Measure is reordered in fill_mkts so that msegs that include the anchor end use and technology come first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants